From e41d537c4c5294263a372eac462921942728d67b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 01:47:59 +0000 Subject: (OBJS): Don't include mount.sh. (shd, su, clri, sync, reboot, halt, fsysopts): List object files here. --- utils/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 213d03f2..def71ff6 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,7 +19,7 @@ dir := utils makemode := utilities SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c -OBJS = $(subst .c,.o,$(SRCS)) argz.o error.o +OBJS = $(filter-out mount.sh,$(subst .c,.o,$(SRCS))) argz.o error.o targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts DIST_FILES = sh.ChangeLog @@ -33,11 +33,17 @@ vpath %.c ../lib include ../Makeconf settrans: settrans.o start-trans.o argz.o error.o - showtrans: showtrans.o argz.o error.o - fsysopts: fsysopts.o argz.o error.o - ps: ps.o error.o ../libps/libps.a ../libihash/libihash.a +shd: shd.o +su: su.o +clri: clri.o +sync: sync.o +reboot: reboot.o +halt: halt.o +fsysopts: fsysopts.o + +mount: mount.sh CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR -- cgit v1.2.3