diff modules/relocatable-prog @ 9363:4d4d1419d4ab

Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Oct 2007 12:51:22 +0200 (2007-10-19)
parents a601c63691bf
children 0c3b25464595
line wrap: on
line diff
--- a/modules/relocatable-prog
+++ b/modules/relocatable-prog
@@ -25,7 +25,7 @@
 gl_RELOCATABLE([$gl_source_base])
 
 Makefile.am:
-DEFS += -DEXEEXT=\"$(EXEEXT)\"
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 
 Include:
 #include "relocatable.h"