Skip to content

Commit

Permalink
Fix delete of Configure.h purge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcl committed Dec 20, 2016
1 parent 67440c8 commit 139dff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Imakefile
Expand Up @@ -31,7 +31,7 @@ COMMENT

#define IHaveSubDirs

SetSubDirectorys(Include Common Contrib ClassLib Event SimSet Stat lib bin)
SetSubDirectorys(Common Contrib ClassLib Event SimSet Stat lib bin Include)

PrintConfig

Expand Down
4 changes: 4 additions & 0 deletions Include/Config/Imakefile
Expand Up @@ -54,9 +54,12 @@ InstallFile(include/Config,c_gcc_2_4.cf)
InstallFile(include/Config,c_gcc_2_5.cf)
InstallFile(include/Config,c_gcc_2_6.cf)
InstallFile(include/Config,c_gcc_2_7.cf)
InstallFile(include/Config,c_gcc_4_0.cf)
InstallFile(include/Config,c_gcc_5_3.cf)
InstallFile(include/Config,c_gcc_unknown.cf)
InstallFile(include/Config,c_sc_3_0.cf)
InstallFile(include/Config,c_sc_4_0.cf)
InstallFile(include/Config,c_clang_3_7.cf)
InstallFile(include/Config,c_unknown.cf)
InstallFile(include/Config,c_wkshp_4_2.cf)

Expand All @@ -76,6 +79,7 @@ InstallFile(include/Config,s_hp_ux_9.cf)
InstallFile(include/Config,s_linux.cf)
InstallFile(include/Config,s_linux_1_3.cf)
InstallFile(include/Config,s_linux_2_0.cf)
InstallFile(include/Config,s_linux_4_6.cf)
InstallFile(include/Config,s_osf1.cf)
InstallFile(include/Config,s_sunos_4.cf)
InstallFile(include/Config,s_sunos_5.cf)
Expand Down
2 changes: 1 addition & 1 deletion Include/Imakefile
Expand Up @@ -30,4 +30,4 @@ COMMENT

#define IHaveSubDirs

SetSubDirectorys(ClassLib Common Config Event SimSet Stat Contrib)
SetSubDirectorys(ClassLib Common Event SimSet Stat Contrib Config)

0 comments on commit 139dff5

Please sign in to comment.