mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
11 lines
261 B
Diff
11 lines
261 B
Diff
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -1027,7 +1027,7 @@
|
|
$(CC) $(AM_CFLAGS) -c $<
|
|
|
|
@USE_ROOT_TRUE@%Dict.cxx : %.h %.cxx
|
|
-@USE_ROOT_TRUE@ $(CINT) -f $@ -c $< -I..
|
|
+@USE_ROOT_TRUE@ $(CINT) -f $@ -c $< -I.. $*LinkDef.h
|
|
|
|
#../appl_grid/$*LinkDef.h
|
|
|