Commit 89042477 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Fixed build of xpand in the Makefile

Version 5.05. Tagged as 'squeeze-5_05'
parent 2518d4ed
...@@ -86,7 +86,8 @@ install_resources: ...@@ -86,7 +86,8 @@ install_resources:
clean: clean:
${WIPE} o ${WFLAGS} ${WIPE} o ${WFLAGS}
${RM} ${COMPONENT} ${RM} ${TARGET}
${RM} ${TARGET2}
@echo ${COMPONENT}: cleaned @echo ${COMPONENT}: cleaned
export_hdrs: export_hdrs:
...@@ -103,12 +104,12 @@ ${DIRS}: ...@@ -103,12 +104,12 @@ ${DIRS}:
# Final link # Final link
# #
${TARGET}: ${OBJS} ${LIBS} ${DIRS} ${TARGET}: ${OBJS} ${LIBS} ${DIRS}
${LD} ${LDFLAGS} -o ${COMPONENT} ${OBJS} ${LIBS} ${LD} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
${SQZ} ${SQZFLAGS} $@ ${SQZ} ${SQZFLAGS} $@
${CHMOD} a+rx $@ ${CHMOD} a+rx $@
${TARGET2}: ${XPANDOBJS} ${LIBS} ${DIRS} ${TARGET2}: ${XPANDOBJS} ${LIBS} ${DIRS}
${LD} ${LDFLAGS} -o ${COMPONENT} ${OBJS} ${LIBS} ${LD} ${LDFLAGS} -o $@ ${XPANDOBJS} ${LIBS}
${SQZ} ${SQZFLAGS} $@ ${SQZ} ${SQZFLAGS} $@
${CHMOD} a+rx $@ ${CHMOD} a+rx $@
......
/* (5.04) /* (5.05)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 5.04 #define Module_MajorVersion_CMHG 5.05
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Mar 2001 #define Module_Date_CMHG 02 Mar 2001
#define Module_MajorVersion "5.04" #define Module_MajorVersion "5.05"
#define Module_Version 504 #define Module_Version 505
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "02 Mar 2001" #define Module_Date "02 Mar 2001"
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
#define Module_ComponentName "squeeze" #define Module_ComponentName "squeeze"
#define Module_ComponentPath "RiscOS/Tools/Sources/squeeze" #define Module_ComponentPath "RiscOS/Tools/Sources/squeeze"
#define Module_FullVersion "5.04" #define Module_FullVersion "5.05"
#define Module_HelpVersion "5.04 (02 Mar 2001)" #define Module_HelpVersion "5.05 (02 Mar 2001)"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment