Browse Source

+ Moved fpmkpkg to compiler and renamed to fppkg

git-svn-id: trunk@1018 -
michael 20 years ago
parent
commit
f5a50ec873
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitattributes
  2. 1 1
      compiler/utils/fppkg.pp

+ 1 - 1
.gitattributes

@@ -436,6 +436,7 @@ compiler/utils/fpccfg.inc svneol=native#text/plain
 compiler/utils/fpcmkcfg.pp svneol=native#text/plain
 compiler/utils/fpcsubst.pp svneol=native#text/plain
 compiler/utils/fpimpdef.pp svneol=native#text/plain
+compiler/utils/fppkg.pp svneol=native#text/plain
 compiler/utils/gppc386.pp svneol=native#text/plain
 compiler/utils/mk68kreg.pp svneol=native#text/plain
 compiler/utils/mkarmreg.pp svneol=native#text/plain
@@ -3314,7 +3315,6 @@ rtl/bsd/x86_64/syscallh.inc svneol=native#text/plain
 rtl/common/fpmake.lpi svneol=native#text/plain
 rtl/common/fpmake.pp svneol=native#text/plain
 rtl/common/fpmkpkg.lpi svneol=native#text/plain
-rtl/common/fpmkpkg.pp svneol=native#text/plain
 rtl/common/fpmkunit.pp svneol=native#text/plain
 rtl/darwin/Makefile svneol=native#text/plain
 rtl/darwin/Makefile.fpc svneol=native#text/plain

+ 1 - 1
rtl/common/fpmkpkg.pp → compiler/utils/fppkg.pp

@@ -1,4 +1,4 @@
-program fpmkpkg;
+program fppkg;
 
 {$mode objfpc}{$H+}