quote the test for $(CC) correctly
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3382 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,7 +64,7 @@ Wall:
|
|||||||
# Compile this file without debug if using gcc
|
# Compile this file without debug if using gcc
|
||||||
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) $(srcdir)/des_enc.c; \
|
$(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) $(srcdir)/des_enc.c; \
|
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $(srcdir)/des_enc.c; \
|
||||||
|
Reference in New Issue
Block a user