From: Peter Verthez Date: Thu, 3 Jan 2002 10:51:20 +0000 (+0000) Subject: Simplification of action... X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=2210223aa02dc7fd467d660f9610960da3df689b;p=gedcom-parse.git Simplification of action... --- diff --git a/include/Makefile.am b/include/Makefile.am index 2ab50f6..c069840 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,5 +6,5 @@ include_HEADERS = gedcom.h \ BUILT_SOURCES = gedcom-tags.h gedcom-tags.h: $(srcdir)/../gedcom/gedcom.tab.h - cat $(srcdir)/../gedcom/gedcom.tab.h | grep "TAG_\|USERTAG" > gedcom-tags.h + grep "TAG_\|USERTAG" $(srcdir)/../gedcom/gedcom.tab.h > gedcom-tags.h