diff options
author | Rob Savoye | 2010-10-30 10:05:37 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:13:53 -0800 |
commit | e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f (patch) | |
tree | 02c5ab2bae75f1e6850ef88114dfa7f871e4b274 | |
parent | 81983f263b717c5fa42d9f9587cfc7c691c5746f (diff) | |
download | gnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.tar.gz gnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.tar.bz2 gnuradio-e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f.zip |
use the scm name as a build stamp
-rw-r--r-- | Makefile.common | 1 |
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 |