tag 353309 patch
thanks

The attached patch changes $(CFLAGS) to CFLAGS in the ifndef
conditional.

-- 
Matt
diff -ru mguesser-0.2-orig/Makefile mguesser-0.2/Makefile
--- mguesser-0.2-orig/Makefile  2006-02-22 14:38:30.000000000 -0800
+++ mguesser-0.2/Makefile       2006-02-22 14:49:47.000000000 -0800
@@ -1,4 +1,4 @@
-ifndef $(CFLAGS)
+ifndef CFLAGS
 CFLAGS=-Wall -g
 endif
 DEFINES=-DUDM_GUESSER_STANDALONG -DLMDIR=\"${DESTDIR}/usr/share/mguesser\" 
-DMGUESSER_VERSION=\"0.2\"

Attachment: signature.asc
Description: Digital signature

Reply via email to