r5956 - trunk/gta02-core/bom

werner at docs.openmoko.org werner at docs.openmoko.org
Tue May 4 19:20:47 CEST 2010


Author: werner
Date: 2010-05-04 19:20:47 +0200 (Tue, 04 May 2010)
New Revision: 5956

Modified:
   trunk/gta02-core/bom/Makefile
Log:
Fixed invocation of pardup.pl (reported by Igor Almeida)



Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-05-04 10:33:55 UTC (rev 5955)
+++ trunk/gta02-core/bom/Makefile	2010-05-04 17:20:47 UTC (rev 5956)
@@ -87,7 +87,7 @@
 		rm -f $(SCH:%=%-bom.sch) gta02-core-bom-*.ps
 
 show-dup:	gta02-core.par
-		$(BOOM) ./pardup.pl gta02-core.par
+		$(BOOM) pardup.pl gta02-core.par
 
 show-missing:	$(EQU) fic/fic.dsc
 		(echo '#ORD'; grep '^MISSING ' gta02-core.ord ; ) | \




More information about the commitlog mailing list