public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/pathload/files: pathload-1.3.2-make.patch
@ 2014-07-16 16:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-16 16:08 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/16 16:08:33

  Added:                pathload-1.3.2-make.patch
  Log:
  EAPI bump. Fix parallel make. Update HOMEPAGE/SRC_URI. Install docs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.1                  net-analyzer/pathload/files/pathload-1.3.2-make.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pathload/files/pathload-1.3.2-make.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pathload/files/pathload-1.3.2-make.patch?rev=1.1&content-type=text/plain

Index: pathload-1.3.2-make.patch
===================================================================
--- a/makefile.in
+++ b/makefile.in
@@ -11,13 +11,13 @@
 
 TARGETS=pathload_snd pathload_rcv
 
-all:${TARGETS} clean
+all:${TARGETS}
 
 pathload_snd: $(SOBJS)
-	 $(CC) $(SOBJS) -o pathload_snd $(LIBS) $(LDFLAGS) $(CFLAGS)
+	 $(CC) $(LDFLAGS) $(CFLAGS) $(SOBJS) -o pathload_snd $(LIBS)
 
 pathload_rcv: $(ROBJS)
-	 $(CC) $(ROBJS) -o pathload_rcv $(LIBS) $(LDFLAGS) $(CFLAGS)
+	 $(CC) $(LDFLAGS) $(CFLAGS) $(ROBJS) -o pathload_rcv $(LIBS)
 
 pathload_rcv.o pathload_rcv_func.o: pathload_gbls.h pathload_rcv.h
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-16 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 16:08 [gentoo-commits] gentoo-x86 commit in net-analyzer/pathload/files: pathload-1.3.2-make.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox