Changeset 1695


Ignore:
Timestamp:
Jan 5, 2009, 3:45:08 PM (14 years ago)
Author:
Peter
Message:

remove string: 'generated by make...' from yat.pc.in and let make
include the string into yat-pc.

Location:
trunk/build_support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/Makefile.am

    r1691 r1695  
    6565  @rm -f $@ $@.tmp
    6666  @$(ECHO) "#! $(SHELL)" > $@.tmp
    67   @$(ECHO) "# generated by make from yat-config.in" >> $@.tmp
     67  @$(ECHO) "# $@ generated by make from yat-config.in" >> $@.tmp
    6868  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    6969  @chmod +x $@.tmp
     
    7474yat.pc: Makefile yat.pc.in
    7575  @rm -f $@ $@.tmp
    76   @$(edit) '$(srcdir)/$@.in' >$@.tmp
     76  @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp
     77  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    7778  @chmod a-w $@.tmp
    7879  @mv $@.tmp $@
  • trunk/build_support/yat.pc.in

    r1505 r1695  
    11# $Id$
    2 
    3 # Generated from yat.pc.in
    42
    53# Copyright (C) 2008 Peter Johansson
Note: See TracChangeset for help on using the changeset viewer.