aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 14:16:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 14:16:29 +0000
commitbc026ed931f07f56a05563dc513207570be12ff5 (patch)
tree6cde984739937f117e48c0d0814450ddd1f733e8 /src
parent26e3ecf6c6cbae403cdcf6cac65850f97bfffede (diff)
downloadcflow-bc026ed931f07f56a05563dc513207570be12ff5.tar.gz
cflow-bc026ed931f07f56a05563dc513207570be12ff5.tar.bz2
Use @OBJEXT@ instead of $(OBJEXT) to satisfy non-GNU makes.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a33066..68802ce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,7 @@ AM_LFLAGS=-dvp
EXTRA_DIST=cflow.rc
CFLOW_FLAGS=-i^s --brief
-cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c)
+cflow_CFLOW_INPUT=$(cflow_OBJECTS:.@OBJEXT@=.c)
cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile
CFLOWRC=$(top_srcdir)/src/cflow.rc \
cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \

Return to:

Send suggestions and report system problems to the System administrator.