Tue, 29 Aug 2000 00:03:00 +0200
trunk: changeset 26
Once again, 'make install' portability fixes
Makefile | file | annotate | diff | comparison | revisions |
--- a/Makefile Mon Aug 28 13:15:36 2000 +0200 +++ b/Makefile Tue Aug 29 00:03:00 2000 +0200 @@ -39,8 +39,8 @@ $(CC) $(CFLAGS) $< -L. -ltu -lm -o $@ _install: - $(INSTALL) -d $(LIBDIR) - $(INSTALL) -d $(INCDIR) + $(INSTALLDIR) $(LIBDIR) + $(INSTALLDIR) $(INCDIR) $(INSTALL) -m $(DATA_MODE) libtu.a $(LIBDIR) for i in include/libtu/*.h; do \ $(INSTALL) -m $(DATA_MODE) $$i $(INCDIR); \