fix for stupid makes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3062 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -65,9 +65,9 @@ Wall:
|
|||||||
des_enc.o: des_enc.c
|
des_enc.o: des_enc.c
|
||||||
@echo "Compiling des_enc.o without debug info"
|
@echo "Compiling des_enc.o without debug info"
|
||||||
@if test $(CC) = gcc; then\
|
@if test $(CC) = gcc; then\
|
||||||
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) -fomit-frame-pointer -O3 $(PICFLAGS) $<; \
|
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) -fomit-frame-pointer -O3 $(PICFLAGS) $(srcdir)/des_enc.c; \
|
||||||
else \
|
else \
|
||||||
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $<; \
|
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $(srcdir)/des_enc.c; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
Reference in New Issue
Block a user