Revision 70bc07d6 Makefile.swig.gen.t

b/Makefile.swig.gen.t
163 163
##
164 164
## Tell MAKE to run the rule for creating this stamp.
165 165
##
166
		$(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/@NAME@-generate-stamp WHAT=$<; \
166
		$(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/@NAME@-generate-python-stamp WHAT=$<; \
167 167
##
168 168
## Now that the .cc, .h, and .py files have been (re)created from the
169 169
## .i file, future checking of this rule during the same MAKE
......
187 187
## Succeed if and only if the first process succeeded; exit this
188 188
## process returning the status of the generated stamp.
189 189
##
190
		test -f $(DEPDIR)/@NAME@-generate-stamp; \
190
		test -f $(DEPDIR)/@NAME@-generate-python-stamp; \
191 191
		exit $$?; \
192 192
	fi;
193 193

194
$(DEPDIR)/@NAME@-generate-stamp:
194
$(DEPDIR)/@NAME@-generate-python-stamp:
195 195
## This rule will be called only by the first process issuing the
196 196
## above rule to succeed in creating the lock directory, after
197 197
## removing the actual stamp file in order to guarantee that MAKE will
......
249 249
## executing this rule; allows other threads waiting on this process
250 250
## to continue.
251 251
##
252
	touch $(DEPDIR)/@NAME@-generate-stamp
252
	touch $(DEPDIR)/@NAME@-generate-python-stamp
253 253

254 254
# KLUDGE: Force runtime include of a SWIG dependency file.  This is
255 255
# not guaranteed to be portable, but will probably work.  If it works,

Also available in: Unified diff