summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye2010-10-13 19:23:16 -0600
committerEric Blossom2010-11-10 12:10:44 -0800
commit70bc07d648eb402143ec1e8e68beed0cfa87c734 (patch)
tree5c722269b617864cf7f9bed6ee5ab939663c7c3e
parent1642681085969f2ab737e4b8dff12834778b2ee1 (diff)
downloadgnuradio-70bc07d648eb402143ec1e8e68beed0cfa87c734.tar.gz
gnuradio-70bc07d648eb402143ec1e8e68beed0cfa87c734.tar.bz2
gnuradio-70bc07d648eb402143ec1e8e68beed0cfa87c734.zip
add python to the stamp names
-rw-r--r--Makefile.swig.gen.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.swig.gen.t b/Makefile.swig.gen.t
index c15a81721..066db1ef2 100644
--- a/Makefile.swig.gen.t
+++ b/Makefile.swig.gen.t
@@ -163,7 +163,7 @@ _@NAME@_la_CXXFLAGS = \
##
## Tell MAKE to run the rule for creating this stamp.
##
- $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/@NAME@-generate-stamp WHAT=$<; \
+ $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/@NAME@-generate-python-stamp WHAT=$<; \
##
## Now that the .cc, .h, and .py files have been (re)created from the
## .i file, future checking of this rule during the same MAKE
@@ -187,11 +187,11 @@ _@NAME@_la_CXXFLAGS = \
## Succeed if and only if the first process succeeded; exit this
## process returning the status of the generated stamp.
##
- test -f $(DEPDIR)/@NAME@-generate-stamp; \
+ test -f $(DEPDIR)/@NAME@-generate-python-stamp; \
exit $$?; \
fi;
-$(DEPDIR)/@NAME@-generate-stamp:
+$(DEPDIR)/@NAME@-generate-python-stamp:
## This rule will be called only by the first process issuing the
## above rule to succeed in creating the lock directory, after
## removing the actual stamp file in order to guarantee that MAKE will
@@ -249,7 +249,7 @@ $(DEPDIR)/@NAME@-generate-stamp:
## executing this rule; allows other threads waiting on this process
## to continue.
##
- touch $(DEPDIR)/@NAME@-generate-stamp
+ touch $(DEPDIR)/@NAME@-generate-python-stamp
# KLUDGE: Force runtime include of a SWIG dependency file. This is
# not guaranteed to be portable, but will probably work. If it works,