Simplification of action...
[gedcom-parse.git] / 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