summaryrefslogtreecommitdiff
blob: 7e3e1ba67ffc865f605d10246f0b0a5aa1174e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	Fri Jan 11 21:11:55 2002
+++ Makefile	Fri Mar 29 17:11:25 2002
@@ -69,7 +69,7 @@
 
 install: libowfat.a
 	install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR)
-	install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h open.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h $(prefix)/include
+	install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h open.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h $(INCLUDEDIR)
 	install -m 644 $(wildcard */*.3) $(MAN3DIR)
 	install -m 644 libowfat.a $(LIBDIR)