mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
9 lines
306 B
Text
9 lines
306 B
Text
--- client/remote/SConscript.orig 2009-09-15 13:34:20.000000000 -0700
|
|
+++ client/remote/SConscript 2016-04-14 23:12:46.139184000 -0700
|
|
@@ -9,5 +9,6 @@
|
|
|
|
curdir=Dir('.').srcnode().path
|
|
env.Command('table.h',sources,'cd %s;../maketable r' % curdir)
|
|
+env.Ignore('table.h','table.h')
|
|
|
|
env.Export("remote")
|