1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 20:20:30 -04:00
ports/net/fspclient/files/patch-client__remote__SConscript
2016-04-15 06:15:24 +00:00

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")