* modules/alloca-opt (Makefile.am): Remove explicit dependency on
[gnulib.git] / modules / getopt
index 0446a4a..420250c 100644 (file)
@@ -9,7 +9,7 @@ lib/getopt_int.h
 m4/getopt.m4
 
 Depends-on:
-gettext
+gettext-h
 
 configure.ac:
 gl_GETOPT
@@ -18,9 +18,8 @@ Makefile.am:
 BUILT_SOURCES += $(GETOPT_H)
 EXTRA_DIST += getopt_.h getopt_int.h
 
-# We need the following in order to create an <getopt.h> when the system
+# We need the following in order to create <getopt.h> when the system
 # doesn't have one that works with the given compiler.
-all-local $(lib_OBJECTS): $(GETOPT_H)
 getopt.h: getopt_.h
        cp $(srcdir)/getopt_.h $@-t
        mv $@-t $@
@@ -34,4 +33,3 @@ LGPL
 
 Maintainer:
 all, glibc
-