mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
bin_SCRIPTS += gbuild
|
|
|
|
SUBSTITUTIONS = sed -e s,@libdir\@,$(libdir), -e s,@datarootdir\@,$(datarootdir), -e s,@PYTHON\@,$(PYTHON),
|
|
|
|
gbuild: src/gbuild.in Makefile
|
|
$(AM_V_GEN) $(SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
|
|
@chmod a+x $@
|
|
|
|
CLEANFILES += gbuild
|