diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index def71ff6..73d2e19f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -21,6 +21,7 @@ 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 = $(filter-out mount.sh,$(subst .c,.o,$(SRCS))) argz.o error.o targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts +special-targets = mount DIST_FILES = sh.ChangeLog ps-HURDLIBS=libps libihash @@ -45,5 +46,6 @@ halt: halt.o fsysopts: fsysopts.o mount: mount.sh + cp $< $@ CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR |