From 08c37e57274177500fd1bb3131bc0461dbac7d01 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 4 Apr 1995 14:12:55 +0000 Subject: Add rule for the new settrans, and compile error.c correctly. --- utils/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index b4c775d3..fd2cd4af 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -25,11 +25,13 @@ DIST_FILES = sh.ChangeLog ps.ChangeLog HURDLIBS=libps # Only used by ps. CPPFLAGS += -I../lib - +CPPFLAGS += $(CPPFLAGS-$(notdir $<)) vpath %.c ../lib include ../Makeconf +settrans: settrans.o start-trans.o argz.o error.o + ps: ps.o ihash.o primes.o error.o $(HURDLIBS-files) $(libc) - $(CC) $(CFLAGS) $(LDFLAGS) -o ps ps.o ihash.o primes.o error.o $(HURDLIBS-files) +CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR -- cgit v1.2.3