[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Just committed the attached to fix a dependencies bug for aintern.h,
which gave me some headache with the pckeys.c stuff before.
I'll try to look soon at replacing sed and the misc/dep* scripts with
gcc -M for the unix builds.. who knows how many more hidden bugs there
are in it. Oh, btw, for 4.3.x.. maybe we should switch to automake? I
have no experience with it, but most other projects seem to prefer it
over custom makefile solutions like Allegro.
--
Elias Pschernig
Index: makefile.in
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.in,v
retrieving revision 1.72
diff -u -p -r1.72 makefile.in
--- makefile.in 14 Mar 2005 10:48:10 -0000 1.72
+++ makefile.in 7 Apr 2005 22:38:09 -0000
@@ -206,7 +206,7 @@ allegro_h = $(srcdir)/include/allegro.h
$(srcdir)/include/allegro/inline/rle.inl \
$(srcdir)/include/allegro/inline/system.inl \
$(ALLEGRO_EXTRA_HEADER)
-allegro_aintern_h = $(srcdir)/include/allegro/internal/aintern.h
+allegro_internal_aintern_h = $(srcdir)/include/allegro/internal/aintern.h
allegro_aintdos_h = $(srcdir)/include/allegro/platform/aintdos.h \
$(srcdir)/include/allegro/internal/aintvga.h
obj_unix_asmdef_inc = $(OBJDIR)/asmdef.inc