Simplification of action...
authorPeter Verthez <Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 10:51:20 +0000 (10:51 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 10:51:20 +0000 (10:51 +0000)
include/Makefile.am

index 2ab50f68264836731190e607190beeadb13114ef..c0698405dd4634dc320e44dac50c5545d8b19248 100644 (file)
@@ -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