mirror of https://github.com/encounter/SDL.git
Fixed circular dependency problem when building in the test directory
This commit is contained in:
parent
ee180efda7
commit
67e9132dd5
|
@ -325,7 +325,7 @@ distclean: clean
|
||||||
rm -f config.status config.cache config.log
|
rm -f config.status config.cache config.log
|
||||||
rm -rf $(srcdir)/autom4te*
|
rm -rf $(srcdir)/autom4te*
|
||||||
|
|
||||||
|
ifneq ($(srcdir), .)
|
||||||
%.bmp: $(srcdir)/%.bmp
|
%.bmp: $(srcdir)/%.bmp
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
|
@ -334,6 +334,7 @@ distclean: clean
|
||||||
|
|
||||||
%.dat: $(srcdir)/%.dat
|
%.dat: $(srcdir)/%.dat
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
endif
|
||||||
|
|
||||||
copydatafiles: copybmpfiles copywavfiles copydatfiles
|
copydatafiles: copybmpfiles copywavfiles copydatfiles
|
||||||
.PHONY : copydatafiles
|
.PHONY : copydatafiles
|
||||||
|
|
Loading…
Reference in New Issue