Add .bak to perl -i switch because some interpreter versions struggles about
This commit is contained in:
parent
9610c5bf21
commit
acfefe4da2
|
|
@ -3,7 +3,10 @@
|
||||||
<!--
|
<!--
|
||||||
$Id$
|
$Id$
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2006-02-08 09:28:11 pnenzi
|
Revision 1.4 2006-02-16 09:17:40 dwarning
|
||||||
|
Add .bak to perl -i switch because some interpreter versions struggles about
|
||||||
|
|
||||||
|
Revision 1.3 2006/02/08 09:28:11 pnenzi
|
||||||
|
|
||||||
Changed admsXml.exe to admsXml
|
Changed admsXml.exe to admsXml
|
||||||
+8
|
+8
|
||||||
|
|
@ -67,7 +70,7 @@ adms:
|
||||||
-e \$(ADMSXMLINTERFACE)/ngspiceMODULEsetup.c.xml \\
|
-e \$(ADMSXMLINTERFACE)/ngspiceMODULEsetup.c.xml \\
|
||||||
-e \$(ADMSXMLINTERFACE)/ngspiceMODULEguesstopology.c.xml \\
|
-e \$(ADMSXMLINTERFACE)/ngspiceMODULEguesstopology.c.xml \\
|
||||||
-e \$(ADMSXMLINTERFACE)/ngspiceMODULE.c.xml
|
-e \$(ADMSXMLINTERFACE)/ngspiceMODULE.c.xml
|
||||||
perl -p -i -e 's/IOP\\("(\\w+)"/IOP("\\L\\1"/' $(module).c
|
perl -p -i.bak -e 's/IOP\\("(\\w+)"/IOP("\\L\\1"/' $(module).c
|
||||||
|
|
||||||
noinst_LIBRARIES = lib$(module).a
|
noinst_LIBRARIES = lib$(module).a
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue