diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 22:03:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 22:03:53 +0000 |
| commit | 60399e3945dcfe9a2bb9f00f794d9e8634dd6bd9 (patch) | |
| tree | ac9bd27e1f6ced2c67485e2c81ece2a3578dc8d1 /Makefile | |
| parent | 2bc3c94ce572c4ab2fce8c0bff00ec61d2527e5a (diff) | |
Fixed install targets...
git-svn-id: file:///fltk/svn/fltk/trunk@51 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.5 1998/10/21 16:49:59 mike Exp $" +# "$Id: Makefile,v 1.6 1998/10/21 22:03:51 mike Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -36,7 +36,7 @@ all: (cd $$dir;$(MAKE));\ done -install: all +install: for dir in $(DIRS); do\ echo "=== installing $$dir ===";\ if test ! -f $$dir/makedepend; then\ @@ -62,5 +62,5 @@ clean: done # -# End of "$Id: Makefile,v 1.5 1998/10/21 16:49:59 mike Exp $". +# End of "$Id: Makefile,v 1.6 1998/10/21 22:03:51 mike Exp $". # |
