Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #1831
Closed
Open
Issue created Jul 01, 2001 by Peter Bortas@zinoOwner

missing dependencies in post_modules/Unicode

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=1831

Reported by Dan Nelson dnelson_1901@yahoo.com

The Pike build fails in Unicode if started with make -j2. The following patch fixes this.


cvs server: Diffing .
Index: Makefile.in
===================================================================
RCS file: /cvs/Pike/7.2/src/post_modules/Unicode/Makefile.in,v
retrieving revision 1.2
diff -b -u -r1.2 Makefile.in
--- Makefile.in 2001/06/21 12:42:18     1.2
+++ Makefile.in 2001/07/01 03:27:15
@@ -27,5 +27,8 @@
                  $(SRCDIR)/canonicals.h                        \
                  $(SRCDIR)/decompositions.h

+split.o: $(SRCDIR)/wordbits.h + +normalize.o: $(SRCDIR)/canonicals.h $(SRCDIR)/decompositions.h

@dependencies@

Assignee
Assign to
Time tracking