mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/net/Makefile.am: Remove extraneous markers. * libc/sys/linux/net/Makefile.in: Regenerated.
This commit is contained in:
parent
9f033c223c
commit
2129f2833b
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user