patch-Makefile 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --- polipo-1.0.4.1.orig/Makefile 2010-02-01 00:13:20.000000000 +0100
  2. +++ polipo-1.0.4.1/Makefile 2013-08-10 14:50:56.263961243 +0200
  3. @@ -63,7 +63,7 @@ FILE_DEFINES = -DLOCAL_ROOT=\"$(LOCAL_RO
  4. DEFINES = $(FILE_DEFINES) $(PLATFORM_DEFINES)
  5. -CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES)
  6. +CFLAGS ?= $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES)
  7. SRCS = util.c event.c io.c chunk.c atom.c object.c log.c diskcache.c main.c \
  8. config.c local.c http.c client.c server.c auth.c tunnel.c \
  9. @@ -84,9 +84,9 @@ md5import.o: md5import.c md5.c
  10. .PHONY: all install install.binary install.man
  11. -all: polipo$(EXE) polipo.info html/index.html localindex.html
  12. +all: polipo$(EXE)
  13. -install: install.binary install.man
  14. +install: install.binary
  15. install.binary: all
  16. mkdir -p $(TARGET)$(BINDIR)
  17. @@ -94,8 +94,6 @@ install.binary: all
  18. mkdir -p $(TARGET)$(LOCAL_ROOT)/doc
  19. rm -f $(TARGET)$(BINDIR)/polipo
  20. cp -f polipo $(TARGET)$(BINDIR)/
  21. - cp -f html/* $(TARGET)$(LOCAL_ROOT)/doc
  22. - cp -f localindex.html $(TARGET)$(LOCAL_ROOT)/index.html
  23. install.man: all
  24. mkdir -p $(TARGET)$(MANDIR)/man1