diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2008-01-07 22:39:45 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2008-01-07 22:39:45 +0000 |
commit | eb7ecee6b562cb28f49cbe62b08f1d3effb7c2bf (patch) | |
tree | b2e5ca0c18146b4b15f1a18c073377ad13c36e85 /Makefile | |
parent | 63e0fc5116db907a6937403372c1779d227da2da (diff) |
continue USE_FPU/FPU_TYPE deprecation. This change removes makefile
targets that have become unnecessary and the variable FPU_TYPE has
been taken out.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3003 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ fonts: touch fonts pcl_profile: - $(MAKE) -C main -f pcl6_gcc.mak pg-fp + $(MAKE) -C main -f pcl6_gcc.mak pg pcl_install: install main/obj/pcl6 /usr/local/bin @@ -64,7 +64,7 @@ ufst: #### LANGUAGE SWITCHING PRODUCT RULES #### ls_profile: - $(MAKE) -C language_switch -f pspcl6_gcc.mak pg-fp + $(MAKE) -C language_switch -f pspcl6_gcc.mak pg ls_product: $(MAKE) -C language_switch -f pspcl6_gcc.mak product # build PS/PCL/XL. |