mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, wrong dependency in bison rules
This commit is contained in:
parent
0ecc54b1a4
commit
aa150560f3
@ -759,6 +759,7 @@ $[TAB] cp $[target_header] $[target_header].prebuilt
|
|||||||
#define source $[target].prebuilt
|
#define source $[target].prebuilt
|
||||||
$[target] : $[source]
|
$[target] : $[source]
|
||||||
$[TAB] cp $[source] $[target]
|
$[TAB] cp $[source] $[target]
|
||||||
|
#define source $[target_header].prebuilt
|
||||||
$[target_header] : $[source]
|
$[target_header] : $[source]
|
||||||
$[TAB] cp $[source] $[target_header]
|
$[TAB] cp $[source] $[target_header]
|
||||||
#endif // HAVE_BISON
|
#endif // HAVE_BISON
|
||||||
|
@ -733,6 +733,7 @@ $[TAB] copy $[target_header] $[target_header].prebuilt
|
|||||||
#define source $[target].prebuilt
|
#define source $[target].prebuilt
|
||||||
$[target] : $[source]
|
$[target] : $[source]
|
||||||
$[TAB] copy $[source] $[target]
|
$[TAB] copy $[source] $[target]
|
||||||
|
#define source $[target_header].prebuilt
|
||||||
$[target_header] : $[source]
|
$[target_header] : $[source]
|
||||||
$[TAB] copy $[source] $[target_header]
|
$[TAB] copy $[source] $[target_header]
|
||||||
#endif // HAVE_BISON
|
#endif // HAVE_BISON
|
||||||
|
@ -608,6 +608,7 @@ $[TAB]cp $[target_header] $[target_header].prebuilt
|
|||||||
#define source $[target].prebuilt
|
#define source $[target].prebuilt
|
||||||
$[target] : $[source]
|
$[target] : $[source]
|
||||||
$[TAB]cp $[source] $[target]
|
$[TAB]cp $[source] $[target]
|
||||||
|
#define source $[target_header].prebuilt
|
||||||
$[target_header] : $[source]
|
$[target_header] : $[source]
|
||||||
$[TAB]cp $[source] $[target_header]
|
$[TAB]cp $[source] $[target_header]
|
||||||
#endif // HAVE_BISON
|
#endif // HAVE_BISON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user