diff options
Diffstat (limited to 'ds9/unix')
-rw-r--r-- | ds9/unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index e93a345..cd7bc72 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -80,7 +80,7 @@ OBJS = ds9.o tkAppInit.o #--------------------------main .NOTPARALLEL : -.PHONY : ds9 debug appdir framework tcl tk tcllib tkcon tkblt +.PHONY : ds9 debug framework tcl tk tcllib tkcon tkblt ifeq (,$(findstring Darwin,$(system))) @@ -152,7 +152,7 @@ ds9base : $(OBJS) $(TK_LIBS) \ $(LIBS) -ds9.zip : appdir framework tcl tk tcllib tkblt tkcon +ds9.zip : $(APPDIR) framework tcl tk tcllib tkblt tkcon $(RM) $@ zip -r ds9.zip $(APPDIR) |