OSDN Git Service

2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 4 Jun 2003 15:06:20 +0000 (15:06 +0000)
committerjjohnstn <jjohnstn>
Wed, 4 Jun 2003 15:06:20 +0000 (15:06 +0000)
        * libc/sys/linux/net/Makefile.am: Remove extraneous markers.
        * libc/sys/linux/net/Makefile.in: Regenerated.

newlib/ChangeLog
newlib/libc/sys/linux/net/Makefile.am
newlib/libc/sys/linux/net/Makefile.in

index 7759a94..7dbfae3 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/sys/linux/net/Makefile.am: Remove extraneous markers.
+       * libc/sys/linux/net/Makefile.in: Regenerated.
+
 2003-06-03  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/reent/execr.c: Use _DEFUN macro for function declaration.
index 3298d2d..5e31f0f 100644 (file)
@@ -61,7 +61,6 @@ endif # USE_LIBTOOL
 include $(srcdir)/../../../../Makefile.shared
 
 install-data-local:
-       $(start-sanitize-elix) \
        $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
        for i in $(srcdir)/../include/arpa/*.h; do \
          $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
@@ -86,4 +85,3 @@ install-data-local:
        for i in $(srcdir)/../include/rpc/*.h; do \
          $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
        done; \
-       $(end-sanitize-elix)
index 70f835c..021a7c4 100644 (file)
@@ -73,6 +73,8 @@ CXX = @CXX@
 CXXCPP = @CXXCPP@
 DLLTOOL = @DLLTOOL@
 EXEEXT = @EXEEXT@
+EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
+EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
 GCJ = @GCJ@
 GCJFLAGS = @GCJFLAGS@
 LDFLAGS = @LDFLAGS@
@@ -434,7 +436,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES)
        done
 
 install-data-local:
-       $(start-sanitize-elix) \
        $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
        for i in $(srcdir)/../include/arpa/*.h; do \
          $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
@@ -459,7 +460,6 @@ install-data-local:
        for i in $(srcdir)/../include/rpc/*.h; do \
          $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
        done; \
-       $(end-sanitize-elix)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.