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:
Assar Westerlund
1997-09-04 02:54:24 +00:00
parent 3db0bf1811
commit 6a20f0b473

View File

@@ -64,7 +64,7 @@ Wall:
# Compile this file without debug if using gcc
des_enc.o: des_enc.c
@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; \
else \
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $(srcdir)/des_enc.c; \