aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in1
2 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3d8a0222296..93d5e51d285 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-10-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (tags): Remove target.
4
12010-10-01 Eli Zaretskii <eliz@gnu.org> 52010-10-01 Eli Zaretskii <eliz@gnu.org>
2 6
3 * makefile.w32-in (tags, TAGS): New targets. 7 * makefile.w32-in (tags, TAGS): New targets.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 6d881dbc174..0ef2e06ec71 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -380,7 +380,6 @@ getopt.h: getopt_.h
380 380
381### TAGS ### 381### TAGS ###
382 382
383tags: TAGS
384TAGS: $(BLD)/etags.exe *.c *.h 383TAGS: $(BLD)/etags.exe *.c *.h
385 $(BLD)/etags.exe *.c *.h 384 $(BLD)/etags.exe *.c *.h
386 385