ITS#1399, fix make depend when built as module

This commit is contained in:
Kurt Zeilenga 2001-12-08 07:48:58 +00:00
parent dc55afec67
commit 6a8d7d92fb

View File

@ -16,6 +16,11 @@ BUILD_SRV = @BUILD_SHELL@
all-local-srv: $(PROGRAMS)
# create programs also when using modules
depend-mod: depend-yes
all-mod: all-yes
install-mod: install-yes
passwd-shell: pwd-version.o
$(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)