wok diff proxytunnel/stuff/patches/Makefile-1.10 @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (8 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/proxytunnel/stuff/patches/Makefile-1.10	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- Makefile.orig
     1.5 ++++ Makefile
     1.6 +@@ -87,7 +87,6 @@
     1.7 + install:
     1.8 + 	install -d $(DESTDIR)$(bindir)
     1.9 + 	install -p -m555 $(name) $(DESTDIR)$(bindir)
    1.10 +-	$(MAKE) -C docs install
    1.11 + 
    1.12 + .c.o:
    1.13 + 	$(CC) $(CPPFLAGS) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<