trunk: changeset 26

Tue, 29 Aug 2000 00:03:00 +0200

author
tuomov
date
Tue, 29 Aug 2000 00:03:00 +0200
changeset 23
5f8005150227
parent 22
79fb689317ea
child 24
c3fa6c2785dd

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); \

mercurial