Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes applied in Gentoo as patches-1 #4

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions rwhoisd/Makefile.in → Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ libraries:
(cd $$dir; $(MAKE) $(MFLAGS) all) || exit 1; \
done

libwrap:
libwrap: libraries
@echo "Making $(LIBWRAP)"
(cd $(LIBWRAP_DIR); $(MAKE) $(MFLAGS) $(LIBWRAP_MFLAGS) config-check; \
$(MAKE) $(MFLAGS) $(LIBWRAP_MFLAGS) libwrap.a)

binaries:
binaries: libraries @LIBWRAP@
@for dir in $(BIN_SUBDIRS); do \
echo "making all in $$dir"; \
(cd $$dir; $(MAKE) $(MFLAGS) all) || exit 1; \
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rwhoisd/common/Makefile.in → common/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# programs
CC = @CC@
AR = ar
AR = @AR@
RANLIB = @RANLIB@
SHELL = /bin/sh

Expand Down
Loading