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>
|
2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/reent/execr.c: Use _DEFUN macro for function declaration.
|
* libc/reent/execr.c: Use _DEFUN macro for function declaration.
|
||||||
|
@ -61,7 +61,6 @@ endif # USE_LIBTOOL
|
|||||||
include $(srcdir)/../../../../Makefile.shared
|
include $(srcdir)/../../../../Makefile.shared
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(start-sanitize-elix) \
|
|
||||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
|
||||||
for i in $(srcdir)/../include/arpa/*.h; do \
|
for i in $(srcdir)/../include/arpa/*.h; do \
|
||||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
|
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
|
||||||
@ -86,4 +85,3 @@ install-data-local:
|
|||||||
for i in $(srcdir)/../include/rpc/*.h; do \
|
for i in $(srcdir)/../include/rpc/*.h; do \
|
||||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
|
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
|
||||||
done; \
|
done; \
|
||||||
$(end-sanitize-elix)
|
|
||||||
|
@ -73,6 +73,8 @@ CXX = @CXX@
|
|||||||
CXXCPP = @CXXCPP@
|
CXXCPP = @CXXCPP@
|
||||||
DLLTOOL = @DLLTOOL@
|
DLLTOOL = @DLLTOOL@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
|
||||||
|
EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
@ -434,7 +436,6 @@ objectlist.awk.in: $(noinst_LTLIBRARIES)
|
|||||||
done
|
done
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(start-sanitize-elix) \
|
|
||||||
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
|
||||||
for i in $(srcdir)/../include/arpa/*.h; do \
|
for i in $(srcdir)/../include/arpa/*.h; do \
|
||||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
|
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
|
||||||
@ -459,7 +460,6 @@ install-data-local:
|
|||||||
for i in $(srcdir)/../include/rpc/*.h; do \
|
for i in $(srcdir)/../include/rpc/*.h; do \
|
||||||
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
|
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
|
||||||
done; \
|
done; \
|
||||||
$(end-sanitize-elix)
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user