add CFLAGS when linking

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-05-13 23:49:53 +00:00
parent 44dbef5a03
commit f799e03d21
4 changed files with 5 additions and 5 deletions

View File

@@ -84,6 +84,6 @@ $(OBJECTS): ../../../include/config.h
$(LIB): $(OBJECTS)
rm -f $@
$(LDSHARED) -o $@ $(OBJECTS) $(LD_FLAGS) $(LIB_DEPS)
$(LDSHARED) $(CFLAGS) -o $@ $(OBJECTS) $(LD_FLAGS) $(LIB_DEPS)
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean dist