From 0f348a6d19189b691dfd35cb13a18940dae82c97 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 20 May 1995 04:38:37 +0000 Subject: (CPPFLAGS): Add -I../lib, to get include lib include files, and $(CPPFLAGS-$(notdir $<)) to get file-specific cpp options. Add a vpath for %.c to ../lib, so we can use source files from there. --- ufs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ufs') diff --git a/ufs/Makefile b/ufs/Makefile index f0022c91..d351caab 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -30,6 +30,10 @@ HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads LDFLAGS = -Wl,--no-keep-memory target = ufs +CPPFLAGS += -I../lib +CPPFLAGS += $(CPPFLAGS-$(notdir $<)) +vpath %.c ../lib + include ../Makeconf $(OBJS): ufs.h -- cgit v1.2.3