diff options
author | Jörg Mayer <jmayer@loplof.de> | 2005-02-24 09:08:20 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2005-02-24 09:08:20 +0000 |
commit | a9b26f409f2b3a76d7932143acca85583cba5d1f (patch) | |
tree | bdaf22b8fc7b3d06838b190af4453950573a1c08 /Makefile.am | |
parent | dedcc5cc2dc66842c76569a8e38d5b69b97f0d26 (diff) | |
download | wireshark-a9b26f409f2b3a76d7932143acca85583cba5d1f.tar.gz wireshark-a9b26f409f2b3a76d7932143acca85583cba5d1f.tar.bz2 wireshark-a9b26f409f2b3a76d7932143acca85583cba5d1f.zip |
Didier Gautheron: Fix out of tree compilation
svn path=/trunk/; revision=13497
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d01ae5a804..ea23faab12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -308,7 +308,7 @@ svnversion.h: FORCE # Build the short version of the authors file for the about dialog # AUTHORS-SHORT: AUTHORS make-authors-short.pl - $(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-short.pl < AUTHORS > AUTHORS-SHORT + $(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-short.pl < $(srcdir)/AUTHORS > AUTHORS-SHORT # # Build the short version of the authors file with formatting codes for the |