Changeset 1695
- Timestamp:
- Jan 5, 2009, 3:45:08 PM (14 years ago)
- Location:
- trunk/build_support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r1691 r1695 65 65 @rm -f $@ $@.tmp 66 66 @$(ECHO) "#! $(SHELL)" > $@.tmp 67 @$(ECHO) "# generated by make from yat-config.in" >> $@.tmp67 @$(ECHO) "# $@ generated by make from yat-config.in" >> $@.tmp 68 68 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 69 69 @chmod +x $@.tmp … … 74 74 yat.pc: Makefile yat.pc.in 75 75 @rm -f $@ $@.tmp 76 @$(edit) '$(srcdir)/$@.in' >$@.tmp 76 @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp 77 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 77 78 @chmod a-w $@.tmp 78 79 @mv $@.tmp $@ -
trunk/build_support/yat.pc.in
r1505 r1695 1 1 # $Id$ 2 3 # Generated from yat.pc.in4 2 5 3 # Copyright (C) 2008 Peter Johansson
Note: See TracChangeset
for help on using the changeset viewer.