diff options
author | Miles Bader <miles@gnu.org> | 1995-06-26 20:15:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-06-26 20:15:16 +0000 |
commit | 49ae3188ef6ee567c08279209461071422badcb7 (patch) | |
tree | aadb2a827f2a23d7acfe5c5cf1fc25bd8df611a7 | |
parent | 70958bfc7c174c7a3057739adcdfbeac861353b4 (diff) |
(CPPFLAGS): Put -I../lib back in.
Put back the vpath for %.c to ../lib.
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index bde83d48..f43bf4db 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -25,7 +25,9 @@ DIST_FILES = sh.ChangeLog HURDLIBS=libps libihash # Only used by ps. REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h +CPPFLAGS += -I../lib CPPFLAGS += $(CPPFLAGS-$(notdir $<)) +vpath %.c ../lib include ../Makeconf |