summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-07-23 17:55:12 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-07-23 17:55:12 +0000
commitce18a4ebf87315b65425497be6c297b2eb9e0a93 (patch)
treef67570f2c355de5553b91b1c742d6f25f4f35d58 /Makefile.am
parent4e4cf9b29a84cf5a4e7d353ceef91841c6567e71 (diff)
typo in tags target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c975e6..19bd1ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,7 +149,7 @@ buf.o: buf.c flexdef.h
# Create a tags file.
tags:
- ctags --c-types='defgmstuv' *.[ch]
+ ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
#The below recipe for making the ChangeLog will only work if you have a copy of the cvs tree handy so let it fail gracefully.