Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
db174707
Commit
db174707
authored
28 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Standardize locations of TCL related files
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
parent
7bdd8dca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.global
+7
-7
7 additions, 7 deletions
src/Makefile.global
with
7 additions
and
7 deletions
src/Makefile.global
+
7
−
7
View file @
db174707
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.1
7
1996/07/31
02:07:25
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.1
8
1996/07/31
18:52:38
scrappy Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
...
@@ -211,12 +211,12 @@ endif
...
@@ -211,12 +211,12 @@ endif
#USE_TCL= true
#USE_TCL= true
# customize these to your site's needs
# customize these to your site's needs
#
#
TCL_INCDIR
=
/usr/local/
devel/tcl7.4/
include
TCL_INCDIR
=
/usr/local/include
TCL_LIBDIR
=
/usr/local/
devel/tcl7.4/
lib
TCL_LIBDIR
=
/usr/local/lib
TCL_LIB
=
-ltcl7
.
4
TCL_LIB
=
-ltcl7
.
5
TK_INCDIR
=
/usr/local/
devel/tk4.0/
include
TK_INCDIR
=
/usr/local/include
TK_LIBDIR
=
/usr/local/
devel/tk4.0/
lib
TK_LIBDIR
=
/usr/local/lib
TK_LIB
=
-ltk4
.
0
TK_LIB
=
-ltk4
.
1
X11_INCDIR
=
/usr/X11R6.1/include
X11_INCDIR
=
/usr/X11R6.1/include
X11_LIBDIR
=
/usr/X11R6.1/lib
X11_LIBDIR
=
/usr/X11R6.1/lib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment