[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-06-11, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> `esd-config --libs` isn't supposed to be expanded at "make depend"-time,
> but rather the literal string is to be inserted into the makefile. I
> thought that's how I'd done it, but perhaps only in my local copy.
> Patch later.
Here it is.
--
Senegal vs Uruguay: match of the championship?
Index: makefile.in
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.in,v
retrieving revision 1.31
diff -u -r1.31 makefile.in
--- makefile.in 18 May 2002 02:44:03 -0000 1.31
+++ makefile.in 11 Jun 2002 11:13:49 -0000
@@ -481,7 +481,7 @@
$(SHELL) -c 'cd $(srcdir) && misc/depmod.sh fbcon -- $(ALLEGRO_MODULE_FBCON_FILES)' >>makefile.dep
$(SHELL) -c 'cd $(srcdir) && misc/depmod.sh alsadigi -lasound $(ALLEGRO_MODULE_ALSADIGI_FILES)' >>makefile.dep
$(SHELL) -c 'cd $(srcdir) && misc/depmod.sh alsamidi -lasound $(ALLEGRO_MODULE_ALSAMIDI_FILES)' >>makefile.dep
- $(SHELL) -c 'cd $(srcdir) && misc/depmod.sh esddigi "`esd-config --libs`" $(ALLEGRO_MODULE_ESD_FILES)' >>makefile.dep
+ $(SHELL) -c 'cd $(srcdir) && misc/depmod.sh esddigi "\`esd-config --libs\`" $(ALLEGRO_MODULE_ESD_FILES)' >>makefile.dep
$(SHELL) -c 'cd $(srcdir) && misc/depmod.sh dga2 -lXxf86dga $(ALLEGRO_MODULE_DGA2_FILES)' >> makefile.dep
@echo "Generating dependencies for simple programs"
$(SHELL) -c 'cd $(srcdir) && misc/deplexe.sh $(ALLEGRO_LIB_EXE_SOURCES) $(ALLEGRO_EXAMPLE_FILES)' >>makefile.dep