Skip to content

Commit

Permalink
extractor: force the rebuild of the components
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 782e9d1 commit 4478c77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/extractor/Makefile.am
Expand Up @@ -64,6 +64,7 @@ extractorsupport_DATA = \
# EXTRACTOR needs the libextractor.a and libfits.a libraries.

libextractor.a: extract/src/libextractor.a
extract/src/libextractor.a: FORCE
(cd extract ;\
export INSTALL; unset INSTALL;\
export SHELL; unset SHELL;\
Expand All @@ -76,13 +77,16 @@ libextractor.a: extract/src/libextractor.a
# SExtractor runs to completion.

sex$(EXEEXT): sextractor/src/sex$(EXEEXT)
sextractor/src/sex$(EXEEXT): FORCE
(cd sextractor ;\
export INSTALL; unset INSTALL;\
export SHELL; unset SHELL;\
export LINK; unset LINK; \
make ;\
cp -p src/sex$(EXEEXT) ..)

FORCE:

## Clean recurses into these directories.
clean-local:
- (cd extract; make clean )
Expand Down

0 comments on commit 4478c77

Please sign in to comment.