summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-05 11:51:50 +0000
committerRoland McGrath <roland@gnu.org>1994-05-05 11:51:50 +0000
commit596086b1dece6d7b9d68dae0a537d90193ce79dc (patch)
treef80a198ef9bc98eb786da6fe47df00d1b77c8ad8
parent346b64d8aafbb4c9786db461ba2154b6147e6e29 (diff)
Formerly Makefile.~11~
-rw-r--r--libfshelp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index 0cd7221f..bca0127b 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -37,10 +37,10 @@ $(hurdinst)/lib/libfshelp.a: libfshelp.a
cp libfshelp.a $@
$(RANLIB) $@
-$(headers)/hurd/fshelp.h: fshelp.h
+$(includedir)/hurd/fshelp.h: fshelp.h
cp $< $@
-$(OBJS): fshelp.h $(headers)/hurd/ports.h
+$(OBJS): fshelp.h $(includedir)/hurd/ports.h
handle-startup.o init-trans.o start-trans.o transboot-clean.o: trans.h
kill-trans.o trans-iter.o: trans.h
@@ -52,4 +52,4 @@ lock-acquire.o lock-init.o: locks.h
clean:
rm -f libfshelp.a *.o
-install: $(hurdinst)/lib/libfshelp.a $(headers)/hurd/fshelp.h
+install: $(hurdinst)/lib/libfshelp.a $(includedir)/hurd/fshelp.h