Changeset 13625
- Timestamp:
- Apr 14, 2010, 5:06:00 PM (15 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 edited
-
linuxx8632/Makefile (modified) (1 diff)
-
linuxx8664/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/linuxx8632/Makefile
r13624 r13625 59 59 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 60 60 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 61 Threads.h x86-constants32.h x86-exceptions.h lisptypes.h 61 Threads.h x86-constants32.h x86-exceptions.h lisptypes.h $(PLATFORM_H) 62 62 63 63 -
trunk/source/lisp-kernel/linuxx8664/Makefile
r13624 r13625 59 59 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 60 60 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 61 Threads.h x86-constants64.h x86-exceptions.h lisptypes.h 61 Threads.h x86-constants64.h x86-exceptions.h lisptypes.h $(PLATFORM_H) 62 62 63 63
Note:
See TracChangeset
for help on using the changeset viewer.
