diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 11:51:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 11:51:36 +0000 |
commit | 346b64d8aafbb4c9786db461ba2154b6147e6e29 (patch) | |
tree | 3b1cbbf56b16582e21a3f8dfe2c95e1a2cb47280 /libiohelp/Makefile | |
parent | ed0df84207b3093799237241710c1e37fdc70a80 (diff) |
Formerly Makefile.~12~
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 376a4e63..9b63b630 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -36,10 +36,10 @@ $(hurdinst)/lib/libioserver.a: libioserver.a cp libioserver.a $@ $(RANLIB) $@ -$(headers)/hurd/ioserver.h: ioserver.h +$(includedir)/hurd/ioserver.h: ioserver.h cp $< $@ -install: $(hurdinst)/lib/libioserver.a $(headers)/hurd/ioserver.h +install: $(hurdinst)/lib/libioserver.a $(includedir)/hurd/ioserver.h $(OBJS): ioserver.h |