Removed date from auto-generated passes/techmap/stdcells.inc
authorClifford Wolf <clifford@clifford.at>
Mon, 18 Mar 2013 06:32:33 +0000 (07:32 +0100)
committerClifford Wolf <clifford@clifford.at>
Mon, 18 Mar 2013 06:32:33 +0000 (07:32 +0100)
passes/techmap/Makefile.inc

index 2e90215e19113e7f1c9dc564f406ebbde559332d..97023625993e55d96734a3cddce8ea73c75f6fd9 100644 (file)
@@ -3,8 +3,7 @@ GENFILES += passes/techmap/stdcells.inc
 OBJS += passes/techmap/techmap.o
 
 passes/techmap/stdcells.inc: techlibs/stdcells.v
-       echo -n "// autogenerated from $< on " > $@.new
-       LANG=C date >> $@.new
+       echo "// autogenerated from $<" > $@.new
        od -v -td1 -w1 $< | awk 'BEGIN { print "static char stdcells_code[] = {"; } $$2 != "" { print $$2 ","; } \
                        END { print 0 "};"; }' | fmt >> $@.new
        mv $@.new $@