Remove support for static and pam combined - too problematic.

This commit is contained in:
Roy Marples
2008-01-04 15:19:04 +00:00
parent aa1129a71d
commit 3d163f4548
7 changed files with 9 additions and 13 deletions

View File

@@ -91,8 +91,8 @@ LDFLAGS += -Wl,-rpath .
TOPDIR = ..
include $(TOPDIR)/default.mk
include Makefile.$(TERMCAP)
include Makefile.$(PAM)
include Makefile.$(OS)
include Makefile.$(PAM)
all: .depend $(TARGET)
@@ -127,8 +127,7 @@ $(LIBRCSO): rc.map $(LIBRCOBJS)
$(RCOBJS):
$(CC) $(CPPFLAGS) $(CPPFLAGS_SSD) $(CFLAGS) -c $<
rc: version.h $(LIBEINFOSO) $(LIBRCSO) $(RCOBJS)
$(CC) $(LDFLAGS) $(BIN_LDFLAGS) -o rc \
$(RCOBJS) $(LDLIBS_LIBRC) $(LDLIBS_RC)
$(CC) $(LDFLAGS) $(BIN_LDFLAGS) -o rc $(RCOBJS) $(LDLIBS_RC)
$(ALL_LINKS): rc
ln -sf rc $@