summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye2010-10-30 10:05:37 -0600
committerEric Blossom2010-11-10 12:13:53 -0800
commite8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f (patch)
tree02c5ab2bae75f1e6850ef88114dfa7f871e4b274
parent81983f263b717c5fa42d9f9587cfc7c691c5746f (diff)
downloadgnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.tar.gz
gnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.tar.bz2
gnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.zip
use the scm name as a build stamp
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 136222473..2ed45f0b6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -130,6 +130,7 @@ if GUILE
-module $* -o guile/$*.cc $<
sed -e 's:guile/gnuradio_core_runtime.cc:gnuradio_core_runtime.scm:' guile/$*.Std > guile/$*.d
$(RM) guile/$*.Std
+ touch $*.scm
$(SED) -i -e 's/<--dummy-[0-9]\+-->/<top>/g' gnuradio/$*.scm
$(SED) -i -e 's/^(export /(export-safely /' gnuradio/$*.scm
endif